Click or drag to resize

ExtendedProperty Constructor (ExtendedPropertyTag, String)

Initializes a new instance of the ExtendedProperty class.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ExtendedProperty(
	ExtendedPropertyTag tag,
	string[] value
)

Parameters

tag
Type: Independentsoft.MsgExtendedPropertyTag
The tag.
value
Type: SystemString
The value.
Exceptions
ExceptionCondition
ArgumentNullException tag or value
See Also